Click or drag to resize

AttachmentFlags Enumeration

Represents attachment's flags.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum AttachmentFlags
Members
  Member nameValueDescription
InvisibleInHtml0 Indicates that this attachment is not available to HTML rendering applications and should be ignored in MIME processing.
InvisibleInRtf1 Indicates that this attachment is not available to applications rendering in Rich Text Format (RTF) and should be ignored by MAPI.
None2 None
See Also